All Questions
Tagged with dynamic-programmingunit-testing
1 question
5votes
5answers
1kviews
Are mocks in unit tests dangerous in dynamic languages?
I've started relying heavily on a mocking framework in php for my unit tests. My concern is that with a dynamic language, there is no way of enforcing a return type. When mocking, you have to ensure ...